home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / bbs / pick7_11 / pick7.doc < prev    next >
Encoding:
Text File  |  1996-09-05  |  4.8 KB  |  116 lines

  1. Documentation for PICK7 release 1.1 for FBB-BBS 5.15   30 October 1993
  2. ======================================================================
  3.  
  4. Foreword.
  5. ---------
  6. PICK7 is based on the idea after PICK601 from Jean-luc, tk3lo.
  7. After using Jean-luc's version I found that there were some things in it's
  8. behaving that I don't like. So there was the thought of writing utility's to
  9. intercept the missing thing's in pick601. Because of the problems with these
  10. I decided to write a complete new pick server, only for picking the 7+
  11. software from the bbs. The result was PICK7.
  12.  
  13.  
  14. Information.
  15. ------------
  16. PICK7 allows to scan FBB-message files for 7+ software, gathers these
  17. together with COR-files, try's to decode the files, send ERR file's back to
  18. the originator and delete old files.
  19.  
  20. Difference to PICK601 (tk3lo)
  21. -----------------------------
  22. - PICK7 only handles 7+ files, there is no achieving of messages.
  23. - PICK7 skip's 7+ files witch are local generated by the mailbox his
  24.   own 7PSERV - server. This saves the sysop a lot of 'delete' work!
  25. - PICK7 checks first for available disk-space and disables it self so the
  26.   system won't crash with "disk full-error"
  27. - PICK7 uses it's own configuration-file and is therefore complete         
  28.   independent of init.srv. You can also specify directory's for the 7+files 
  29.   and the decoded files witch give you a better overview of what is already 
  30.   decoded.
  31. - PICK7 now scan's the EXE-dir (with the decoded files) for virusinfection,
  32.   and incase there is a virus found, sends a message to the sysop.
  33. - PICK7 deletion is in day's instead of month's.
  34. - PICK7 can also be instructed to send his daily report as a personal
  35.   mail to the sysop.
  36.  
  37. Additional programs.
  38. --------------------
  39. Because PICK7 was written in Microsoft's QUICK-BASIC there in no build-in 7+
  40. decoder. Instead you must provide the decoder somewhere in the DOS-PATH and
  41. use the name 7PLUS.EXE. If scanning should occur there must also be a
  42. SCAN.EXE found in your DOS-PATH.
  43.  
  44. Make sure you have the latest version of these programm's!
  45. Original design works with 7plus v 2.10 and scan v 106 from Mc Fee.
  46.  
  47. How it works.
  48. -------------
  49. 1) PICK7 checks diskspace, this is very critical for good work.
  50. 2) The message file DIRMESS.SYS is scanned and checked for messages
  51.    - message number must be above or equal than the number in the pointer  
  52.      file.
  53.    - originator must not be the BBS-call (intercepts 7PSERV messages)
  54.    All valid messages are copied to the 7PLUS directory. Cor-files, if found
  55.    are stacked.
  56. 3) PICK7 now call's 7PLUS.EXE and try's to decode the files.
  57.    The options are to delete all relative files should the decoding be 
  58.    successfully.
  59. 4) If there where ERR files generated, PICK7 writes these as P-messages
  60.    to the sender of the files. The ERR files are now deleted.
  61. 5) PICK7 now scan's the 7PLUS dir and delete all the files witch are older
  62.    than the lifetime in PICK7.CFG
  63. 6) SCAN.EXE will be called for checking virus contamination.
  64.    (CAUTION: scan will NOT detect a virus inside an archive file like LZH,
  65.    ZIP, ARJ, SFXEXE...!!)
  66. 7) The report is created in the PICK7 dir called PICK7.LOG. This report
  67.    is also mailed to the sysop if defined in PICK.CFG
  68.  
  69. Files in archive.
  70. -----------------
  71. The archive PICK7.ZIP contain's the following files:
  72.           - PICK7.EXE         The programm
  73.           - PICK7.CFG         The configuration file
  74.           - PICK7.PTR         The pointer file
  75.           - PICK7.DOC         This documentation
  76.  
  77. After running PICK7 generate 2 additional files:
  78.           - PICK7.LOG         The daily report
  79.           - SCAN.LOG          Report created by the scanning programm
  80.  
  81. Installing.
  82. -----------
  83. Make 3 directory's on your BBS-drive
  84. Example:
  85. \PICK7
  86. \7PLUS
  87. \PRGM
  88.  
  89. You can choose freely but must use the same dir's in the configuration file!
  90. Unzip the package in the PICK7 dir.
  91. Edit PICK7.CFG and edit PICK7.PTR
  92. The changes in PICK7.CFG are clear. In PICK7.PTR you place a number at witch
  93. scanning should start (for example: lastmessage - 500).
  94. PICK7 changes this pointer each time it run's so this should only be done the
  95. first time after installation.
  96. Edit your "appel.bat" and insert following line's after "epurmess"
  97.  
  98. CD \PICK7     <- the dir you selected to place PICK7
  99. PICK7         <- start PICK7
  100. CD \FBB       <- back to the FBB-dir
  101.  
  102. You may freely take other names and paths for the different dir's but must
  103. take 2 things in mind:
  104. - Always's edit PICK7.CFG for the same dir's
  105. - ALL THE 3 DIR'S MUST BE ON THE SAME DRIVE!!
  106.  
  107. You can place PICK7 and the other files on an other drive if you make this
  108. the current drive in "appel.bat" (add for example add D: before the CD
  109. command)
  110. Don't forget to jump back to C: after running PICK7.
  111.  
  112. Any remarks, suggestions are welcome!
  113. 73's, and happy packeting...
  114. Danny, ON4ABR (sysop ON4AIC) @ ON4AIC.#LIM.BEL.EU
  115.  
  116.